ActionResult<T> Constructor(String,Type)
Initializes an action failed result.
'Declaration
Public Function New( _
ByVal As String, _
ByVal As Type _
)
'Usage
Dim details As String
Dim exceptionType As Type
Dim instance As New ActionResult(Of T)(details, exceptionType)
Parameters
- details
- The details information of executing action.
- exceptionType
- The details type of exception